More patchwork for icon view subclasses that access the icon view api prematurely.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 25 Feb 2011 07:00:20 +0000 (16:00 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 25 Feb 2011 07:00:20 +0000 (16:00 +0900)
commitf85e80aadadbd5ff96e18c5669376278f84ab451
treea81f02b2fc21bd206045b4fe03e71156d544bb3f
parent2408b1c59ee3f6c190f5bfcbd7f22520175f1aaf
More patchwork for icon view subclasses that access the icon view api prematurely.

In this patch we adress rows_reordered() and row_deleted() callbacks
(since some icon view subclasses manipulate the connected treemodel
from _init()).
gtk/gtkiconview.c